Click or drag to resize

AuthenticationException Constructor (String)

Initializes a new instance of the AuthenticationException class with the specified error message.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public AuthenticationException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error
See Also